home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTTelnet.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  374 b   |  21 lines

  1. /*                 /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
  2.                             TELNET AND SIMILAR ACCESS METHODS
  3.                                              
  4.  */
  5.  
  6. #ifndef HTTELNET_H
  7. #define HTTELNET_H
  8.  
  9. #include "HTAccess.h"
  10.  
  11. extern HTProtocol HTTelnet;
  12. extern HTProtocol HTRlogin;
  13. extern HTProtocol HTTn3270;
  14.  
  15. #endif
  16.  
  17.  
  18. /*
  19.  
  20.     */
  21.